home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_qt.idb / usr / freeware / catman / p_man / cat3 / qcheckbox.Z / qcheckbox
Encoding:
Text File  |  1998-10-28  |  7.6 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      QQQQCCCChhhheeeecccckkkkBBBBooooxxxx((((3333qqqqtttt))))    TTTTrrrroooollllllll TTTTeeeecccchhhh AAAASSSS ((((9999 JJJJuuuullllyyyy 1111999999998888))))    QQQQCCCChhhheeeecccckkkkBBBBooooxxxx((((3333qqqqtttt))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.       QCheckBox - Check box    with a text label
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.       #include <qcheckbox.h>
  13.  
  14.       Inherits QButton.
  15.  
  16.     PPPPuuuubbbblllliiiicccc MMMMeeeemmmmbbbbeeeerrrrssss
  17.       QQQQCCCChhhheeeecccckkkkBBBBooooxxxx (((( QQQQWWWWiiiiddddggggeeeetttt ****    _p_a_r_e_n_t====0000,,,, ccccoooonnnnsssstttt    cccchhhhaaaarrrr **** _n_a_m_e====0000 ))))
  18.       QQQQCCCChhhheeeecccckkkkBBBBooooxxxx (((( ccccoooonnnnsssstttt cccchhhhaaaarrrr **** _t_e_x_t,,,, QQQQWWWWiiiiddddggggeeeetttt **** _p_a_r_e_n_t,,,, ccccoooonnnnsssstttt cccchhhhaaaarrrr
  19.           ****    _n_a_m_e
  20.       bbbboooooooollll iiiissssCCCChhhheeeecccckkkkeeeedddd (((()))) ccccoooonnnnsssstttt
  21.       vvvvooooiiiidddd sssseeeettttCCCChhhheeeecccckkkkeeeedddd (((( bbbboooooooollll cccchhhheeeecccckkkk ))))
  22.       vvvviiiirrrrttttuuuuaaaallll QQQQSSSSiiiizzzzeeee    ssssiiiizzzzeeeeHHHHiiiinnnntttt (((()))) ccccoooonnnnsssstttt
  23.  
  24.     PPPPrrrrooootttteeeecccctttteeeedddd MMMMeeeemmmmbbbbeeeerrrrssss
  25.       vvvviiiirrrrttttuuuuaaaallll vvvvooooiiiidddd ddddrrrraaaawwwwBBBBuuuuttttttttoooonnnn (((( QQQQPPPPaaaaiiiinnnntttteeeerrrr **** ))))
  26.       vvvviiiirrrrttttuuuuaaaallll vvvvooooiiiidddd ddddrrrraaaawwwwBBBBuuuuttttttttoooonnnnLLLLaaaabbbbeeeellll (((( QQQQPPPPaaaaiiiinnnntttteeeerrrr **** ))))
  27.  
  28.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  29.       The QCheckBox    widget provides    a check    box with a text    label.
  30.  
  31.       QCheckBox and    QRadioButton are both toggle buttons, but a
  32.       check    box represents an independent switch that can be on
  33.       (checked) or off (unchecked).
  34.  
  35.                   [[[[IIIImmmmaaaaggggeeee OOOOmmmmiiiitttttttteeeedddd]]]]
  36.  
  37.                   [[[[IIIImmmmaaaaggggeeee OOOOmmmmiiiitttttttteeeedddd]]]]
  38.  
  39.       See also: QButton, QRadioButton and Fowler: Check Box.
  40.  
  41.       Examples:  xform/xform.cpp widgets/widgets.cpp
  42.  
  43.      MMMMEEEEMMMMBBBBEEEERRRR FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNN DDDDOOOOCCCCUUUUMMMMEEEENNNNTTTTAAAATTTTIIIIOOOONNNN
  44.      QQQQCCCChhhheeeecccckkkkBBBBooooxxxx::::::::QQQQCCCChhhheeeecccckkkkBBBBooooxxxx (((( QQQQWWWWiiiiddddggggeeeetttt **** ppppaaaarrrreeeennnntttt====0000,,,,    ccccoooonnnnsssstttt cccchhhhaaaarrrr **** nnnnaaaammmmeeee====0000 ))))
  45.       Constructs a check box with no text.
  46.  
  47.       The _p_a_r_e_n_t and _n_a_m_e arguments    are sent to the    QWidget
  48.       constructor.
  49.  
  50.      QQQQCCCChhhheeeecccckkkkBBBBooooxxxx::::::::QQQQCCCChhhheeeecccckkkkBBBBooooxxxx (((( ccccoooonnnnsssstttt cccchhhhaaaarrrr **** tttteeeexxxxtttt,,,, QQQQWWWWiiiiddddggggeeeetttt **** ppppaaaarrrreeeennnntttt,,,, ccccoooonnnnsssstttt
  51.       cccchhhhaaaarrrr **** nnnnaaaammmmeeee====0000    ))))
  52.       Constructs a check box with a    text.
  53.  
  54.       The _p_a_r_e_n_t and _n_a_m_e arguments    are sent to the    QWidget
  55.       constructor.
  56.  
  57.      vvvvooooiiiidddd QQQQCCCChhhheeeecccckkkkBBBBooooxxxx::::::::ddddrrrraaaawwwwBBBBuuuuttttttttoooonnnn    (((( QQQQPPPPaaaaiiiinnnntttteeeerrrr **** ppppaaaaiiiinnnntttt )))) [[[[vvvviiiirrrrttttuuuuaaaallll
  58.       pppprrrrooootttteeeecccctttteeeedddd]]]]
  59.       Draws    the check box. Calls drawButtonLabel() to draw the
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 9/22/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      QQQQCCCChhhheeeecccckkkkBBBBooooxxxx((((3333qqqqtttt))))    TTTTrrrroooollllllll TTTTeeeecccchhhh AAAASSSS ((((9999 JJJJuuuullllyyyy 1111999999998888))))    QQQQCCCChhhheeeecccckkkkBBBBooooxxxx((((3333qqqqtttt))))
  71.  
  72.  
  73.  
  74.       content.
  75.  
  76.       See also: drawButtonLabel().
  77.  
  78.       Reimplemented    from QButton.
  79.  
  80.      vvvvooooiiiidddd QQQQCCCChhhheeeecccckkkkBBBBooooxxxx::::::::ddddrrrraaaawwwwBBBBuuuuttttttttoooonnnnLLLLaaaabbbbeeeellll (((( QQQQPPPPaaaaiiiinnnntttteeeerrrr    **** pppp )))) [[[[vvvviiiirrrrttttuuuuaaaallll
  81.       pppprrrrooootttteeeecccctttteeeedddd]]]]
  82.       Draws    the check box label.
  83.  
  84.       See also: drawButton().
  85.  
  86.       Reimplemented    from QButton.
  87.  
  88.      bbbboooooooollll QQQQCCCChhhheeeecccckkkkBBBBooooxxxx::::::::iiiissssCCCChhhheeeecccckkkkeeeedddd (((()))) ccccoooonnnnsssstttt
  89.       Returns TRUE if the check box    is checked, or FALSE if    it is
  90.       not checked.
  91.  
  92.       See also: setChecked().
  93.  
  94.       Examples:  xform/xform.cpp
  95.  
  96.      vvvvooooiiiidddd QQQQCCCChhhheeeecccckkkkBBBBooooxxxx::::::::sssseeeettttCCCChhhheeeecccckkkkeeeedddd    (((( bbbboooooooollll cccchhhheeeecccckkkk ))))
  97.       Checks the check box if _c_h_e_c_k    is TRUE, or unchecks it    if
  98.       _c_h_e_c_k    is FALSE.
  99.  
  100.       See also: isChecked().
  101.  
  102.       Examples:  xform/xform.cpp
  103.  
  104.      QQQQSSSSiiiizzzzeeee QQQQCCCChhhheeeecccckkkkBBBBooooxxxx::::::::ssssiiiizzzzeeeeHHHHiiiinnnntttt (((()))) ccccoooonnnnsssstttt    [[[[vvvviiiirrrrttttuuuuaaaallll]]]]
  105.       Returns a size which fits the    contents of the    check box.
  106.  
  107.       Reimplemented    from QWidget.
  108.  
  109.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  110.       hhhhttttttttpppp::::////////wwwwwwwwwwww....ttttrrrroooollllllll....nnnnoooo////qqqqtttt////qqqqcccchhhheeeecccckkkkbbbbooooxxxx....hhhhttttmmmmllll
  111.  
  112.      CCCCOOOOPPPPYYYYRRRRIIIIGGGGHHHHTTTT
  113.       Copyright 1992-1997 Troll Tech AS.  See the LICENSE file
  114.       included in the distribution for a complete license
  115.       statement.
  116.  
  117.      AAAAUUUUTTTTHHHHOOOORRRR
  118.       Generated automatically from the source code.
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                         (printed 9/22/98)
  130.  
  131.  
  132.  
  133.